@charset "UTF-8";
/* CSS Document */
/*


/*---------------------------------------------------------------------    
   G E N E R A L  S T Y L E S
---------------------------------------------------------------------*/

body{
font-family: Arial, Helvetica, sans-serif;
line-height: 1.4;
background:#666;
}

#wrapper{
padding: 30px 30px 30px;
margin: 0 auto;
width: 960px;
background:#FFF
}

.shadow {
-moz-box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color='#000000');
}

a{
text-decoration:none;	
}

.clear {
clear: both;
}


#toolbar {
    background: none repeat scroll 0 0 #0066B3;
    height: 40px;
    width: 100%;
}


#header{
display: block;
height: 250px;
width: 100%;
z-index: 999;
margin-top:0px;
border-bottom:1px solid E0E0E0;
}


/* logo*/

#logo {
display: block;
margin-bottom:20px;
text-align:center;
}

/* navigation*/

.mandarin_version {
    float: right;
    margin: 12px 20px 12px;
    text-align: right;
    width: 180px;
	font-family: Helvetica,Arial,sans-serif;
	display:block;
}

.email_button {
    float: right;
    margin: 12px 20px 12px;
    text-align: right;
    width: 200px;
	font-family:'Oswald','BebasNeueRegular',Helvetica,Arial,sans-serif;
	text-transform:uppercase;
}

.translation_button {
	float: right;
	margin: 0 0 0 15px;
	background: none repeat scroll 0 0 #44B3E3;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 14px 9px 10px 10px;
    text-rendering: optimizelegibility;
	}
	
a .translation_button {
	text-decoration: none;
	}
	
p span {
	display: block;
	font-size: 12px;
	text-decoration: none;
	}

nav[role="navigation"]{
	background-color: #EEEEEE;
	display:block;
    margin: 0;
    position: relative;
    z-index: 1000;
	font-family: Helvetica, Arial, sans-serif;
	height:65px;
	}

nav[role="navigation"] form{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	float: right;
	height: 28px;
	margin: 15px 15px 0 0;
	padding: 0;
	width: 198px;
	}

nav[role="navigation"] ul{
	background-color:#eee;
	line-height: 20px;
	list-style: none outside none;
	margin:0;
	padding: 0;
	width: 740px;
	}
	
nav[role="navigation"] li{
	float: left;
	list-style: none outside none;
	position: relative;
	}
	

a{
	color: #555;
	display: block;
	font-size: 14px;
	padding: 22px 34px;
	text-decoration: none;
	}
	
a.active{
	background-color: #ddd;
	color:#555;
	}

nav[role="navigation"] ul li a:hover {
  background-color: #3bb5ed !important;
  color: #FFF;
}

#main{
	padding: 44px 0 0px;
	}


h1 {
    color: rgb(80, 83, 90);
    font-family: Georgia, calibri, 'Open Sans',"Lucida Grande", Arial, Helvetica, sans-serif; 
    font-size: 16px;
	line-height: 30px;
	font-weight:300;
	text-align:left;
	display:block;
	padding: 20px 0px 20px 0px;
	font-style:italic;
}

h2 {
    color: rgb(80, 83, 90);
    font-family: Georgia, calibri, 'Open Sans',"Lucida Grande", Arial, Helvetica, sans-serif; 
    font-size: 16px;
	line-height: 30px;
	font-weight:300;
	text-align:left;
	display:block;
	padding: 20px 0px 20px 0px;
	font-style:italic;
}

h4 {
    color:#999;
    font-family: Arial, Helvetica,  宋体, SimSun, 华文细黑, STXihei, sans-serif;
    font-size: 14px;
	line-height: 30px;
	font-weight:300;
	text-align:left;
	display:block;
}

#thirds ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#thirds ul li {
    float: left;
    margin-right: 30px;
    width: 260px;
	padding-top:5px;
	padding-left:10px;
	padding-right:35px;
	display: block;
	
}

#thirds ul li:last-child{
	padding-right:0;
	margin-right:0px;
}

p{
    color: rgb(80, 83, 90);
    font-family:'OpenSansRegular',"Open Sans", 'Open Sans', "century gothic", Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight:400;
    line-height: 22px;
	text-align:left;
	display:block;
	margin-bottom:20px;
}

a.ordinary-link{
    color:#44B3E3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:normal;
    line-height: 18px;
	text-align:right;
	display:block;
	margin-bottom:30px;
	padding:0;
	
}

a.in-text-link{
    color:#666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:normal;
	padding: 0;
	text-align:right;
	
}


.copyright p{
    margin-left:0px;
	margin-top:-30px;
	color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
}

.contact{
	margin-top:30px;
}

.contact p{
	color:#FFF;
    font-family: calibri, 'Open Sans',"Lucida Grande", Arial, Helvetica, sans-serif; 
    font-size: 18px;
	font-weight:normal;
	text-align:left;
	display:block;
	margin-left:40px;
	margin-top:-60px
}

.contact img{
	margin-bottom:-10px;
	margin-right:15px;
	margin-left:0px;
}

.breathing_space{
	width:100%;
	margin-bottom: 20px;
	clear: both;
	}
	
.course_list li {
	list-style:disc inside;
	padding-left:10px;
	text-decoration:none;
	line-height:22px;
	
	}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
#nav.clearfix {
    padding: 0;
}

#primary_column {
    color: #555555;
    line-height: 21px;
    padding: 0px 0 0;
}

#primary_column img{
    margin-bottom: 40px;
}


	
.right {
    float: right;
}
.col66 {
    width: 630px;
}

#home_side {
    font-size: 14px;
    line-height: 21px;
}

.left {
    float: left;
}
.col33 {
    width: 300px;
}

#home_side h1 {
    font-family:'Oswald','BebasNeueRegular',Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	font-style:normal;
	font-weight:400;
    font-size: 18px;
	letter-spacing:1px;
}

#home_side h2 {
    font-family:'Oswald','BebasNeueRegular',Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	font-style:normal;
	font-weight:400;
    font-size: 18px;
	letter-spacing:1px;
}

#matcher {
    height:455px;
}

#matcher500 {
    height:500px;
}
.gray_box h1 {
    color: #555555;
    margin: 0 0 15px;
}

.gray_box h2 {
    color: #555555;
    margin: 0 0 15px;
}

.gray_box {
    background-color: #F5F5F5;
    color: #777777;
    margin: 0 0 45px;
	padding: 10px;	
}
	
footer[role="contentinfo"]{
    font-size: 14px;
    line-height: 21px;
}

footer[role="contentinfo"] h1 {
    font-family:'Oswald','BebasNeueRegular',Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	font-style:normal;
	font-weight:400;
    font-size: 18px;
	letter-spacing:1px;
}

footer[role="contentinfo"] h2 {
    font-family:'Oswald','BebasNeueRegular',Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	font-style:normal;
	font-weight:400;
    font-size: 18px;
	letter-spacing:1px;
}

.col100 {
	width: 940px;
	height:inherit;
}

.last{
	padding-bottom: 30px;
}

.small_fix h4{
	line-height:24px;
	
}